home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Desk Accessories / Updates⁄New / ∑Edit 1.11 / ∑Edit 1.11 Additions next >
Encoding:
Text File  |  1988-06-06  |  3.8 KB  |  88 lines  |  [TEXT/ttxt]

  1. Additional Documentation for SigmaEdit DA 1.11
  2. Written by Leonard Rosenthol
  3. Copyright© 1988 by LazerWare, inc.
  4.  
  5. New Features in 1.11
  6. -------------------
  7.     • The Search & Replace routines have been expanded to include two new options
  8.     whose default values are settable from the DDAT resource but can be changed 
  9.     at any time from the Find Dialog:
  10.         Case Sensitive Searching
  11.         Whole Word (Token) Searching
  12.     (Note: The defaults for both of these options is FALSE )
  13.  
  14.     • There is now an optional AutoSave feature which can be configured to the 
  15.     number of keystrokes that must be typed between each save.  The default for 
  16.     this option is TRUE every 250 keystrokes. Please note that the maximum number
  17.     of keystrokes that you can define is 255. This will be extended in the next    
  18.     version.
  19.  
  20.     • We now save the font, size and tab information in the document.
  21.  
  22.     • Include… now allows you to include one file inside of another.   Just 
  23.     select the file and a copy of it will be inserted at the current insertion 
  24.     point.
  25.  
  26.     • The Find dialog box now has a Don't Find button.  This is useful for 
  27.     setting the search/replace values without doing a search.
  28.  
  29.     • The File Information dialog now returns a CORRECT WORD COUNT!
  30.     
  31.     • Balancing will select the bounding parens of the current selection.  This 
  32.     works exactly like the command as of the same name in Lightspeed C.  At the 
  33.     present moment only {}'s and ()'s are used as Parens.  There are also some 
  34.     "Documented Features" about Balancing which I hope to fix sometime soon, as 
  35.     well as expanding this to support user definable Parens.
  36.  
  37.     • There is now a method by which you can set the default Find and Replace Items.  
  38.     There is a resource of type STR# in the DA file which consists of two items — 
  39.     The first one is the Find string the second is the Replace string.  ∑Edit 
  40.     comes configured with the settings set to do LF->CR replacement.
  41.  
  42.     • If you hold down the option key when the DA first opens you can bypass the 
  43.     SFGetFile dialog and open to a blank document!!!
  44.     
  45.     • There is now an Options menu item which will allow you to set some of
  46.     the default settings for ∑Edit.  Unfortunately, I did not have a chance to
  47.     put the 'Save Settings' button in that dialog yet, and I wanted to get this
  48.     version out on the streets. There will be a 1.12 that adds this features of
  49.     saving the settings, sorry for the delay.
  50.     
  51.     • You can now print the text in your window as PostScript. This means that
  52.     instead of sending the text in the window to the printer as text it will be
  53.     sent as Postscript instructions to the printer.  I do not (though I should)
  54.     check to see if the printer is a Postscript compatable device (as there is
  55.     no way that I know of to do so), so you have to promise me you won't try to
  56.     send Postscript text to an Imagewriter.  The other thing to note is that you
  57.     can not Print as Postscript under MultiFinder's Background printer.  I believe
  58.     that this is Apple's problem and not mine, as I am following there rules!
  59.     
  60.     • New About Box (it's supposed to be in color, but it's not!)
  61.     
  62. Bugs Fixed
  63. ----------
  64. • WE NOW WORK WITH LIGHTSPEED PASCAL!!!!  The problem was due to poor memory 
  65. management on my part, and I have fixed it so enjoy the combo of ∑Edit and 
  66. Lightspeed.
  67.  
  68. • THE ABOUT BOX REALLY WORKS NOW!!  What had happened before was that when I 
  69. thought it was fixed in 1.1, I was looking at the wrong piece of code...Well, 
  70. it works now!!
  71.  
  72. • Fixed a bug (that no one except me found) having to do with Shift/Cmd Up/Down 
  73. Arrows.
  74.  
  75. • Fixed the Menu Highlighting bug.
  76.  
  77. • Fixed the Incorrect Tab Spacing bug!!
  78.  
  79. • Fixed a bug which I introduced which may have caused occasional hanging.
  80.  
  81. • Fixed the 'File Manager Error: -43' problem that was happening when you saved
  82. a document for the first time.
  83.  
  84. • Fixed some MAJOR bugs in the Search/Replace routines!
  85.  
  86. • Finally fixed the problem with pasting values into the Find/Replace dialog,
  87. everything now works just fine!!
  88.